returns an array of devices in the project optionally filtered by port prefix
Get | /projects/{projectId}/devices |
Name | Description | Data Type |
---|---|---|
projectId | the id of the project | string |
portPrefix | the port prefix used to filter the devices. The "MASTER_" prefix is removed from the port_type_id and the device list is filtered to the port types that start with the portPrefix. | string |
The response body is of type Array[deviceData].
array of devices matching criteria
Array[deviceData]
|
Fault | Description |
---|---|
404 | This fault returns a response body of type ProblemDetails. project with the given id is not registered on the system |